home *** CD-ROM | disk | FTP | other *** search
/ World of Education / World of Education.iso / world_i / inside.zip / 11 < prev    next >
Text File  |  1991-06-12  |  754b  |  57 lines

  1. text/57/11
  2. The answer is 143
  3. ~
  4. rectangle/48/7/217/23
  5. text/11/40
  6.     The computer can use bytes
  7. to represent more than just
  8. numbers. There are less than 256
  9. letters, numbers and punctuat-
  10. ion markes in the English
  11. langauge. A code number has been
  12. assigned to each one.
  13.  
  14.  
  15.  
  16.  
  17. ~
  18. text/8/104
  19.    This code system is called
  20. ASCII. (American Standard Code
  21. for Information Interchange)
  22. ~
  23.  
  24. text/340/40
  25. With the ASCII numbers,
  26. a byte can therefore
  27. represent any standard
  28. character. Here are some
  29. examples:
  30.  
  31. ~
  32. text/350/97
  33. #122 = 'z'
  34. ~
  35. text/358/107
  36. #74 = 'J'
  37. ~
  38. text/358/117
  39. #36 = '$'
  40. ~
  41. text/358/127
  42. #44 = ','
  43. ~
  44. text/475/97
  45. #50 = '2'
  46. ~
  47. text/475/107
  48. #97 = 'a'
  49. ~
  50. text/475/117
  51. #63 = '?'
  52. ~
  53. text/475/127
  54. #112 = 'p'
  55. ~
  56.  
  57.